VariableCost Property (BreakEven<T>)
In This Topic
Gets or sets a value of variable cost.
Syntax
'Declaration
Public Property VariableCost As System.Integer
'Usage
Dim instance As BreakEven(Of T)
Dim value As System.Integer
instance.VariableCost = value
value = instance.VariableCost
public System.int VariableCost {get; set;}
public read-write property VariableCost: System.Integer;
public function get,set VariableCost : System.int
public: __property System.int get_VariableCost();
public: __property void set_VariableCost(
System.int value
);
public:
property System.int VariableCost {
System.int get();
void set ( System.int value);
}
See Also